Uses of Class
nz.co.cks.tms.xml.ItemCost

Packages that use ItemCost
nz.co.cks.tms.xml   
 

Uses of ItemCost in nz.co.cks.tms.xml
 

Methods in nz.co.cks.tms.xml that return ItemCost
 ItemCost ResponseEnquiryItemType.getItemCost(int index)
          Method getItemCost
 ItemCost[] ResponseEnquiryItemType.getItemCost()
          Method getItemCost
 ItemCost ResponseEnquiryItemType.removeItemCost(int index)
          Method removeItemCost
static ItemCost ItemCost.unmarshal(java.io.Reader reader)
          Method unmarshal
 

Methods in nz.co.cks.tms.xml with parameters of type ItemCost
 void ResponseEnquiryItemType.addItemCost(ItemCost vItemCost)
          Method addItemCost
 void ResponseEnquiryItemType.addItemCost(int index, ItemCost vItemCost)
          Method addItemCost
 void ResponseEnquiryItemType.setItemCost(int index, ItemCost vItemCost)
          Method setItemCost
 void ResponseEnquiryItemType.setItemCost(ItemCost[] itemCostArray)
          Method setItemCost